projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d1ee97
)
(ispell-dictionary-alist): Fix type by adding koi8-r
author
Gerd Moellmann
<gerd@gnu.org>
Sat, 13 Nov 1999 23:40:57 +0000
(23:40 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sat, 13 Nov 1999 23:40:57 +0000
(23:40 +0000)
as in ispell-local-dictionary-alist.
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 62a2579cc787c60457b30fe50af888dc17e68f5c..4f7c7e1288e082f044bc2cca3a806b3c56367b76 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-603,7
+603,8
@@
LANGUAGE.aff file \(e.g., english.aff\)."
(const :tag "default" nil))
(choice :tag "Character set"
(const iso-8859-1)
- (const iso-8859-2))))
+ (const iso-8859-2)
+ (const koi8-r))))
:group 'ispell)
;;; update the dictionaries at load time